Point

A simple variant of [class@Marker] showing the location of the point as a circle on the map.

Constructors

this
this(ShumatePoint* shumatePoint, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this()

Creates an instance of #ShumatePoint.

Members

Functions

getPointStruct
ShumatePoint* getPointStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

shumatePoint
ShumatePoint* shumatePoint;

the main Gtk struct

Inherited Members

From Marker

shumateMarker
ShumateMarker* shumateMarker;

the main Gtk struct

getMarkerStruct
ShumateMarker* getMarkerStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

__anonymous
mixin LocationT!(ShumateMarker)
Undocumented in source.
getType
GType getType()
animateIn
void animateIn()
animateInWithDelay
void animateInWithDelay(uint delay)
animateOut
void animateOut()
animateOutWithDelay
void animateOutWithDelay(uint delay)
getChild
Widget getChild()

Retrieves the current child of @marker.

getDraggable
bool getDraggable()

Checks whether the marker is draggable.

getSelectable
bool getSelectable()

Checks whether the marker is selectable.

isSelected
bool isSelected()

Checks whether the marker is selected.

setChild
void setChild(Widget child)

Sets the child widget of @marker.

setDraggable
void setDraggable(bool value)

Sets the marker as draggable or not.

setSelectable
void setSelectable(bool value)

Sets the marker as selectable or not.

Meta